Setting transitions between Page and Page Host nodes

Kanzi by default uses the Push transition for transitions between Page and Page Host nodes. You can create your own transitions using:

In Kanzi transitions are resources you can reuse. You can see transitions in a Kanzi Studio project in the Library > Page Transitions.

Setting transitions between Page and Page Host nodes

To set the transitions between Page and Page Host nodes:

  1. Create a user interface structure using Page and Page Host nodes. See Using the Page and Page Host nodes.
  2. In the Pages click Transitions to show the Transitions editor in the Pages.
  3. In the Pages click any Page or Page Host node to select it and in the Transitions editor click to create a transition.
    The Transitions editor shows the transitions used by the Page or Page Host node you select either in the Pages or the Project. When you create a transition, Kanzi Studio by default uses the Push transition.
  4. In the Transitions editor drag from the Transition Presets a transition and drop it below the Default transition.
    That way you add a transition to the Default transition between this and any other Page or Page Host node.
    For example, drag the Flip transition from the Transition Presets and drop it below the Default transition in the Transitions editor.
    In the Preview when you start a transition either from or to the Page node for which you set the transition type, Kanzi uses the transition you set.


    Carousel

    Cube

    Fade

    Flip

    Hinge

    Push

    Rotate

    Scale

    Slide

    Swivel
  5. To configure the transition, in the Transitions editor click and in the popup window set:

Creating transition animations

Use transition animations to set transitions between Page and Page Host nodes, or to customize transitions.

To create a transition animation:

  1. In the Library > Page Transitions press Alt and right-click the transition to which you want to add a transition animation and select Page Transition Animation.
  2. In the Library select the transition animation you created in the previous step and in the Properties set:
  3. To set a Page or Page Host to use the transition animation you created, in the Project select that Page or Page Host node, and in the Properties set the Transitions property to the transition which uses the animation.

Adding transition animations to transitions

To customize a transition you can add a transition animation to an existing transition.

To add a transition animation to a transition:

  1. In the Pages click Transitions to show the Transitions editor in the Pages.
  2. In the Pages select the Page or Page Host node to which you want to add a transition animation and in the Transitions editor from the Animations drag an animation to the transition you want to customize.
    For example, drag the Scale animation to the Default transition to add scale animation to the Default transition.
  3. (Optional) To customize a transition animation, in the Library > Page Transitions expand the transition which uses that animation, select the transition animation, and in the Properties set:

Starting transitions between Page nodes in your application

When you click a Page or a Page Host node in the Pages, in the Preview you can see the transition. However, to transition between the nodes in your application you need to use a trigger with one of the Navigate to actions.

To start a transition between Page nodes in your application:

  1. Create a user interface structure using Page and Page Host nodes. See Using the Page and Page Host nodes.
  2. In the Project create a control that you want to use to navigate between Page and Page Host nodes.
    For example, in the Page Host node RootPage create a Button 2D node. See Using the Button nodes.
  3. In the Project select the control you created in the previous step, in the Node Components > Triggers section in the trigger type that you want to use for the navigation click the Add dropdown menu, and select an action:For example, select the Navigate to Next action and set the action to the RootPage node.
  4. In the action settings, set:

In the Preview click the control you created to navigate between Page and Page Host nodes. Every time you click the control you advance one page to the right: Home to Music, Music to Car, Car to Home, and so on.

Using page transitions in the API

For details, see the PageTransitionCollection class in the API reference.

See also

Tutorial: Create application flow with Page nodes

Using the Page and Page Host nodes

Triggers